home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / programs / prog51 < prev    next >
Encoding:
Text File  |  1995-06-29  |  202 b   |  13 lines

  1. # check that a dialog shell can be made and shown
  2. xtAppInitialize -class Program
  3.  
  4. xmPushButton .fred managed
  5.  
  6. xmDialogShell .fred.sh
  7.  
  8. xmPushButton .fred.sh.d_button managed
  9.  
  10. . realizeWidget
  11.  
  12. . mainLoop
  13.